All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----com.apple.alpha.core.NativeObject | +----com.apple.alpha.app.Image
NSImage
.
[[NSImage
alloc] init]
.
- initWithData:
on a newly allocated object.
- initWithPasteboard:
on a newly allocated object.
- initWithSize:
on a newly allocated object.
- initWithContentsOfFile:
on a newly allocated object.
- addRepresentation:
Objective-C instance method.
- addRepresentations:
Objective-C instance method.
- backgroundColor
Objective-C instance method.
- bestRepresentationForDevice:
Objective-C instance method.
- cacheDepthMatchesImageDepth
Objective-C instance method.
+ canInitWithPasteboard:
Objective-C class method.
- compositeToPoint:operation:
Objective-C instance method.
- compositeToPoint:fromRect:operation:
Objective-C instance method.
- delegate
Objective-C instance method.
- dissolveToPoint:fraction:
Objective-C instance method.
- dissolveToPoint:fromRect:fraction:
Objective-C instance method.
- drawRepresentation:inRect:
Objective-C instance method.
+ imageFileTypes
Objective-C class method.
+ imageNamed:
Objective-C class method.
+ imagePasteboardTypes
Objective-C class method.
+ imageUnfilteredFileTypes
Objective-C class method.
+ imageUnfilteredPasteboardTypes
Objective-C class method.
- isCachedSeparately
Objective-C instance method.
- isDataRetained
Objective-C instance method.
- isFlipped
Objective-C instance method.
- isValid
Objective-C instance method.
- lockFocus
Objective-C instance method.
- lockFocusOnRepresentation:
Objective-C instance method.
- matchesOnMultipleResolution
Objective-C instance method.
- name
Objective-C instance method.
- prefersColorMatch
Objective-C instance method.
- recache
Objective-C instance method.
- removeRepresentation:
Objective-C instance method.
- representations
Objective-C instance method.
- scalesWhenResized
Objective-C instance method.
- setBackgroundColor:
Objective-C instance method.
- setCacheDepthMatchesImageDepth:
Objective-C instance method.
- setCachedSeparately:
Objective-C instance method.
- setDataRetained:
Objective-C instance method.
- setDelegate:
Objective-C instance method.
- setFlipped:
Objective-C instance method.
- setMatchesOnMultipleResolution:
Objective-C instance method.
- setName:
Objective-C instance method.
- setPrefersColorMatch:
Objective-C instance method.
- setScalesWhenResized:
Objective-C instance method.
- setSize:
Objective-C instance method.
- setUsesEPSOnResolutionMismatch:
Objective-C instance method.
- size
Objective-C instance method.
- TIFFRepresentation
Objective-C instance method.
- TIFFRepresentationUsingCompression:factor:
Objective-C instance method.
- unlockFocus
Objective-C instance method.
- usesEPSOnResolutionMismatch
Objective-C instance method.
public static final int CompositeClear
public static final int CompositeCopy
public static final int CompositeSourceOver
public static final int CompositeSourceIn
public static final int CompositeSourceOut
public static final int CompositeSourceAtop
public static final int CompositeDestinationOver
public static final int CompositeDestinationIn
public static final int CompositeDestinationOut
public static final int CompositeDestinationAtop
public static final int CompositeXOR
public static final int CompositePlusDarker
public static final int CompositeHighlight
public static final int CompositePlusLighter
protected Image(boolean shouldAllocate, int objcObject)
public Image()
[[NSImage
alloc] init]
.
public Image(Size aSize)
- initWithSize:
on a newly allocated object.
public Image(Data data)
- initWithData:
on a newly allocated object.
public Image(String fileName)
- initWithContentsOfFile:
on a newly allocated object.
public Image(Pasteboard pasteboard)
- initWithPasteboard:
on a newly allocated object.
public static native Object imageNamed(String name)
+ imageNamed:
Objective-C class method.
public native void setSize(Size aSize)
- setSize:
Objective-C instance method.
public native Size size()
- size
Objective-C instance method.
public native boolean setName(String string)
- setName:
Objective-C instance method.
public native String name()
- name
Objective-C instance method.
public native void setScalesWhenResized(boolean flag)
- setScalesWhenResized:
Objective-C instance method.
public native boolean scalesWhenResized()
- scalesWhenResized
Objective-C instance method.
public native void setDataRetained(boolean flag)
- setDataRetained:
Objective-C instance method.
public native boolean isDataRetained()
- isDataRetained
Objective-C instance method.
public native void setCachedSeparately(boolean flag)
- setCachedSeparately:
Objective-C instance method.
public native boolean isCachedSeparately()
- isCachedSeparately
Objective-C instance method.
public native void setCacheDepthMatchesImageDepth(boolean flag)
- setCacheDepthMatchesImageDepth:
Objective-C instance method.
public native boolean cacheDepthMatchesImageDepth()
- cacheDepthMatchesImageDepth
Objective-C instance method.
public native void setBackgroundColor(Color aColor)
- setBackgroundColor:
Objective-C instance method.
public native Color backgroundColor()
- backgroundColor
Objective-C instance method.
public native void setUsesEPSOnResolutionMismatch(boolean flag)
- setUsesEPSOnResolutionMismatch:
Objective-C instance method.
public native boolean usesEPSOnResolutionMismatch()
- usesEPSOnResolutionMismatch
Objective-C instance method.
public native void setPrefersColorMatch(boolean flag)
- setPrefersColorMatch:
Objective-C instance method.
public native boolean prefersColorMatch()
- prefersColorMatch
Objective-C instance method.
public native void setMatchesOnMultipleResolution(boolean flag)
- setMatchesOnMultipleResolution:
Objective-C instance method.
public native boolean matchesOnMultipleResolution()
- matchesOnMultipleResolution
Objective-C instance method.
public native void dissolveToPoint(Point point, float aFloat)
- dissolveToPoint:fraction:
Objective-C instance method.
public native void dissolveToPointFromRect(Point point, Rect rect, float aFloat)
- dissolveToPoint:fromRect:fraction:
Objective-C instance method.
public native void compositeToPoint(Point point, int op)
- compositeToPoint:operation:
Objective-C instance method.
public native void compositeToPointFromRect(Point point, Rect rect, int op)
- compositeToPoint:fromRect:operation:
Objective-C instance method.
public native boolean drawRepresentationInRect(ImageRep imageRep, Rect rect)
- drawRepresentation:inRect:
Objective-C instance method.
public native void recache()
- recache
Objective-C instance method.
public native Data TIFFRepresentation()
- TIFFRepresentation
Objective-C instance method.
public native Data TIFFRepresentationUsingCompression(int comp, float aFloat)
- TIFFRepresentationUsingCompression:factor:
Objective-C instance method.
public native Array representations()
- representations
Objective-C instance method.
public native void addRepresentations(Array imageReps)
- addRepresentations:
Objective-C instance method.
public native void addRepresentation(ImageRep imageRep)
- addRepresentation:
Objective-C instance method.
public native void removeRepresentation(ImageRep imageRep)
- removeRepresentation:
Objective-C instance method.
public native boolean isValid()
- isValid
Objective-C instance method.
public native void lockFocus()
- lockFocus
Objective-C instance method.
public native void lockFocusOnRepresentation(ImageRep imageRepresentation)
- lockFocusOnRepresentation:
Objective-C instance method.
public native void unlockFocus()
- unlockFocus
Objective-C instance method.
public native ImageRep bestRepresentationForDevice(Dictionary deviceDescription)
- bestRepresentationForDevice:
Objective-C instance method.
public native void setDelegate(Object anObject)
- setDelegate:
Objective-C instance method.
public native Object delegate()
- delegate
Objective-C instance method.
public static native Array imageUnfilteredFileTypes()
+ imageUnfilteredFileTypes
Objective-C class method.
public static native Array imageUnfilteredPasteboardTypes()
+ imageUnfilteredPasteboardTypes
Objective-C class method.
public static native Array imageFileTypes()
+ imageFileTypes
Objective-C class method.
public static native Array imagePasteboardTypes()
+ imagePasteboardTypes
Objective-C class method.
public static native boolean canInitWithPasteboard(Pasteboard pasteboard)
+ canInitWithPasteboard:
Objective-C class method.
public native void setFlipped(boolean flag)
- setFlipped:
Objective-C instance method.
public native boolean isFlipped()
- isFlipped
Objective-C instance method.
All Packages Class Hierarchy This Package Previous Next Index